home *** CD-ROM | disk | FTP | other *** search
- object ChangePasswordForm: TChangePasswordForm
- Left = 398
- Top = 245
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Set new password'
- ClientHeight = 256
- ClientWidth = 330
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object RzSeparator1: TRzSeparator
- Left = 24
- Top = 76
- Width = 295
- ShowGradient = True
- Color = clBtnFace
- ParentColor = False
- end
- object RzSeparator2: TRzSeparator
- Left = 24
- Top = 200
- Width = 295
- ShowGradient = True
- Color = clBtnFace
- ParentColor = False
- end
- object CancelButton: TRzButton
- Left = 225
- Top = 214
- Alignment = taLeftJustify
- Cancel = True
- ModalResult = 2
- Caption = ' &Cancel'
- HotTrack = True
- TabOrder = 6
- end
- object OKButton: TRzButton
- Left = 141
- Top = 214
- Alignment = taLeftJustify
- Default = True
- ModalResult = 1
- Caption = ' &OK'
- HotTrack = True
- TabOrder = 5
- end
- object OldPasswordEdit: TLabeledEdit
- Left = 136
- Top = 90
- Width = 164
- Height = 21
- EditLabel.Width = 67
- EditLabel.Height = 13
- EditLabel.Caption = 'Old password:'
- LabelPosition = lpLeft
- LabelSpacing = 5
- PasswordChar = '*'
- TabOrder = 2
- end
- object NewPassword1Edit: TLabeledEdit
- Left = 136
- Top = 124
- Width = 164
- Height = 21
- EditLabel.Width = 73
- EditLabel.Height = 13
- EditLabel.Caption = 'New password:'
- LabelPosition = lpLeft
- LabelSpacing = 5
- PasswordChar = '*'
- TabOrder = 3
- end
- object NewPassword2Edit: TLabeledEdit
- Left = 136
- Top = 158
- Width = 164
- Height = 21
- EditLabel.Width = 108
- EditLabel.Height = 13
- EditLabel.Caption = 'Retype new password:'
- LabelPosition = lpLeft
- LabelSpacing = 5
- PasswordChar = '*'
- TabOrder = 4
- end
- object UsernameEdit: TLabeledEdit
- Left = 136
- Top = 10
- Width = 164
- Height = 21
- TabStop = False
- BevelInner = bvNone
- BevelOuter = bvNone
- EditLabel.Width = 51
- EditLabel.Height = 13
- EditLabel.Caption = 'Username:'
- LabelPosition = lpLeft
- LabelSpacing = 5
- ParentColor = True
- ReadOnly = True
- TabOrder = 0
- Text = 'scott'
- end
- object DatabaseEdit: TLabeledEdit
- Left = 136
- Top = 44
- Width = 164
- Height = 21
- TabStop = False
- BevelEdges = [beBottom]
- BevelInner = bvNone
- BevelOuter = bvNone
- EditLabel.Width = 49
- EditLabel.Height = 13
- EditLabel.Caption = 'Database:'
- LabelPosition = lpLeft
- LabelSpacing = 5
- ParentColor = True
- ReadOnly = True
- TabOrder = 1
- Text = 'mfm'
- end
- end
-